home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / jam / jamdisk4 / arpuserdocs3.1 / loadlib < prev    next >
Text File  |  1995-03-18  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      LoadLib(V1.3)           ARP User's Manual           LoadLib(V1.3)
  5.  
  6.  
  7.  
  8.      NAME
  9.           LoadLib -- Explicitly load an Amiga library.
  10.  
  11.      SYNOPSIS
  12.           LoadLib dev:dir/library-name
  13.  
  14.      DESCRIPTION
  15.           This is a new command which is occasionally very useful.  If
  16.           you should happen to boot from a disk that does not have
  17.           arp.library in its libs directory you will not be able to
  18.           use the ARP commands directly.  This is an unusual
  19.           situation, but it can happen.  LoadLib presents the solution
  20.           to this problem by allowing you to load the library directly
  21.           from whatever directory you want.  After a successful
  22.           LoadLib of arp.library, you may use any ARP command you
  23.           like.
  24.  
  25.           Note that you are not confined to loading arp.library, any
  26.           diskloadable library may be brought into memory in this way,
  27.           this can help a lot when your bootdisk gets too crowded.
  28.  
  29.      EXAMPLE
  30.           Boot from a disk without arp.library on it, and then insert
  31.           your boot disk in drive 1, then type:
  32.  
  33.                LoadLib df1:libs/arp.library
  34.  
  35.           This will allow you to execute any ARP command.  Note that
  36.           LoadLib cannot use arp.library, and therefore it is missing
  37.           some features, such as the advanced argument parsing, that
  38.           most ARP supplied commands have.
  39.  
  40.      OTHER
  41.           This command was donated to ARP by William Hawes.
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/28/89)
  64.  
  65.  
  66.  
  67.